The following is a segmented description of a POV video: [Segmented_Description]
Task:
Based on the video description, the main people contained in the video should be extracted, as well as the scene areas involved. You should also determine the time range in which each area appears in the video based on the description.
The output format is as follows:
{
    "persons": [
        {
            "name": "person_name",
            "info": "description of the person"
        }
    ],
    "areas": [
        {
            "name": "area_name",
            "time_range": "hh:mm:ss-hh:mm:ss",
            "info": "description of the area"
        }
    ]
}
